home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / c / stsbarc.exe / SBTEST.DEF < prev    next >
Text File  |  1991-10-07  |  811b  |  33 lines

  1. ;;===========================================================================
  2. ;;
  3. ;;  Program          : SBTEST.DEF
  4. ;;  Version          : 1.2.0
  5. ;;  Operating System : DOS / Windows 3.0 / Microsoft C 6.0
  6. ;;  Author           : Jean-Marc Krikorian
  7. ;;                     525 Sandy Lane 
  8. ;;                     Libertyville, IL  60048 
  9. ;;                     (708) 816-3314 
  10. ;; 
  11. ;;  Copyright 1991 Jean-Marc Krikorian. All Rights Reserved.
  12. ;; 
  13. ;;===========================================================================
  14.  
  15. NAME         SBTest
  16.  
  17. DESCRIPTION  'Status Bar Control Test Application'
  18.  
  19. EXETYPE      WINDOWS
  20.  
  21. STUB         'WINSTUB.EXE'
  22.               
  23. CODE  PRELOAD MOVEABLE DISCARDABLE
  24.  
  25. DATA  PRELOAD MOVEABLE MULTIPLE
  26.  
  27. HEAPSIZE     1024
  28. STACKSIZE    5120     
  29.  
  30.  
  31. EXPORTS
  32.     MainWndProc   @1 
  33.